#sigmaweb-detail-name span{
    margin-right: 5px;
}

#sigmaweb-detail-name span:before {
content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 8px;
    height: 8px;
    background: #fea000;
    border-radius: 50%;
    margin-right: -6px;
}


#sigmaweb-detail-image .animate-scale {
  transition: transform 0.4s linear, opacity 0.4s linear;
}

#sigmaweb-detail-image .animate-scale {
  opacity: 0.5;
}

.sigmaweb-slide-img{
    height: 0;
}

.sigmaweb-slide-img img {
   filter: grayscale(1);
   transition: 0.3s linear;
   cursor: url('https://demo.sigma-webproject.ir/wp-content/uploads/2025/04/cursor.svg'), auto;
}

.sigmaweb-slide-img img.active {
    filter: grayscale(0);
}

/*نام اعضا*/
.sigmaweb-heading-title h2{
    position: relative;
}

.sigmaweb-heading-title h2:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #e4e4e4;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.sigmaweb-heading-title h2:after {
    content: "";
    width: 33.333333%;
    height: 4px;
    position: absolute;
    bottom: -7.1px;
    right: calc(50% - 22px);
    background-color: #fea000;
    border-radius: 10px;
}

/*توضحات*/
.sigmaweb-description-text p:last-child {
  margin-bottom: 0;
}

/*موبایل*/
@media screen and (max-width: 767px) {
  .sigmaweb-bg2{
      position:absolute;
      bottom: -370px;
      left: 5px;
  }
}

/*تبلت*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sigmaweb-bg2{
      position:absolute;
      bottom: -610px;
      left: 38px;
  }
}
